home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group03a.txt / 000085_icon-group-sender_Thu Aug 7 17:28:26 2003.msg < prev    next >
Internet Message Format  |  2003-12-22  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id h780R7o04104
  4.     for icon-group-addresses; Thu, 7 Aug 2003 17:27:07 -0700 (MST)
  5. Message-Id: <200308080027.h780R7o04104@baskerville.CS.Arizona.EDU>
  6. From: "Andrew Hamm" <ahamm@mail.com>
  7. X-Newsgroups: comp.lang.icon
  8. Subject: pre-processing?
  9. Date: Fri, 8 Aug 2003 09:51:24 +1000
  10. X-Priority: 3
  11. X-MSMail-Priority: Normal
  12. X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
  13. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
  14. To: icon-group@cs.arizona.edu
  15. X-Spam-Status: No, hits=0.5 required=5.0
  16.     tests=PRIORITY_NO_NAME
  17.     version=2.55
  18. X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)
  19. Errors-To: icon-group-errors@cs.arizona.edu
  20. Status: RO
  21.  
  22. Folks,
  23.  
  24. Do I recall correctly that in the dim distant past you could pre-process the
  25. Icon source through m4 or similar?
  26.  
  27. Can I do that now? I want to embed simple timestamps into the files each
  28. time they are compiled. Are there any new &keywords I'm missing that perform
  29. this duty? [not the runttime time, but the build time and a few other
  30. obvious facts]
  31.  
  32. I suppose I could stick the "@(#)......" string into the .icn and then
  33. post-process the .u1 file...
  34.  
  35.  
  36.